onInvoiceEditorSave (event)
Description
Event called just before an invoice is saved in the invoice editor.

Parameters
windowHandle number

Return value
not applicable

Example
function onInvoiceEditorSave(windowHandle)
end

Comments

See also
onInvoiceEditorSaved

Back